<script>on mouseUpglobal evaluationSIif the short name of this card is not in evaluationSI thenanswer "You have not completed this question."elsevisual wipe right fastgo prevend ifend mouseUp</script>
</part>
<part>
<id>8</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>551</left>
<top>440</top>
<right>585</right>
<bottom>474</bottom>
</rect>
<style>opaque</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>18623</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>nextExam</name>
<script>on mouseUpglobal evaluationSIif the short name of this card is not in evaluationSI thenanswer "You have not completed this question."elsevisual wipe left fastgo next cardend ifend mouseUp</script>
</part>
<part>
<id>9</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>591</left>
<top>440</top>
<right>625</right>
<bottom>474</bottom>
</rect>
<style>opaque</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>18624</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>return</name>
<script>on mouseUpreturnToend mouseUp</script>
</part>
<part>
<id>11</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>610</left>
<top>5</top>
<right>634</right>
<bottom>29</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <false /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>32050</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>cardMark</name>
<script>on mouseUpmakeAMarkend mouseUp</script>
</part>
<name>Evaluation</name>
<script>-- ———————————————————————————————————————————————————————————————————————————————-- handlers for the Evaluation section-- ———————————————————————————————————————————————————————————————————————————————-- clear counters ————————————————————————————————————————————————————————————————on openCardglobal howManyTries, thisQuestionput empty into howManyTriesput empty into thisQuestionpass openCardend openCard-- handler for text answers ———————————————————————————————————————————————————————-- check the answeron checkAnswer allowableGoofs,howManyAnswers,thisAnswer,whatSoundglobal evaluationSI, howManyTries, thisQuestionplay stopif thisAnswer is in thisQuestion thenanswer "You already answered that one."exit checkAnswerend ifput howManyTries + 1 into howManyTriesif howManyTries > allowableGoofs or the short name of this card is in evaluationSI thenanswer "You have completed this question."else if howManyTries = allowableGoofs thenif the textStyle of the clickChunk is group thenplay "betterAnswer"goodQuestion howManyAnswers,thisAnswerelseplay whatSoundput the short name of this card & "-too many tries," after evaluationSIend ifelse if howManyTries > allowableGoofs / 2 thenif the textStyle of the clickChunk is group thenplay "goodAnswer"goodQuestion howManyAnswers,thisAnswerelseplay "noTryAgain"end ifelseif the textStyle of the clickChunk is group thenplay "yesAnswer"goodQuestion howManyAnswers,thisAnswerelseplay "sorryTryAgain"end ifend ifend checkAnswer-- credit the answeron goodQuestion howManyAnswers,thisAnswerglobal evaluationSI, thisQuestion, howManyTriesif the number of items in thisQuestion = howManyAnswers - 1 thenput the short name of this card & "-" & howManyTries && "tries," after evaluationSIelse if thisAnswer ≠ 0 thenput thisAnswer & "," after thisQuestionelseput "x," after thisQuestionend ifend goodQuestion</script>